home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7683 < prev    next >
Encoding:
Text File  |  1996-08-05  |  897 b   |  31 lines

  1. Newsgroups: comp.lang.c++
  2. Path: bath.ac.uk!uwe-bristol!pa-ross
  3. From: pa-ross@pat.uwe.ac.uk (P Ross)
  4. Subject: Linking WASM to WPP code
  5. Message-ID: <1996Feb23.142043.5037@pat.uwe.ac.uk>
  6. Sender: usenet@pat.uwe.ac.uk (uwe nntp usenet poster)
  7. Nntp-Posting-Host: usenet@pat.uwe.ac.uk (uwe nntp usenet poster)
  8. Organization: University of the West of England, Bristol
  9. References: <4gg5m3$4f0@news1.usa.pipeline.com>
  10. Date: Fri, 23 Feb 1996 14:20:43 GMT
  11.  
  12.  
  13. I have some code which is written in C which I'm trying to get working with
  14. the watcom c plus plus compiler. It calls an external assembler procedure
  15. which even though compiles ok won't link into my code. I keep getting an
  16. undefined refernce.
  17.  
  18. How should I prototype the function in the C++ code to get it to work ?
  19.  
  20. The assembler proc is _VR_ResetTimer, and in my code I have void 
  21. VR_ResetTimer(void). 
  22.  
  23. Please help,
  24.  
  25. I'm going mad here :(
  26.  
  27. Paul
  28.  
  29.  
  30.  
  31.